raar.language
Class RAClearStatement

java.lang.Object
  extended by raar.language.RAClearStatement
All Implemented Interfaces:
java.io.Serializable, RAStatement

public class RAClearStatement
extends java.lang.Object
implements RAStatement

Models the RAAR CLEAR statement that can clear a list.

See Also:
Serialized Form

Constructor Summary
RAClearStatement(RAAbstractList list)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAClearStatement

public RAClearStatement(RAAbstractList list)
Method Detail

execute

public void execute()
             throws RAException
Specified by:
execute in interface RAStatement
Throws:
RAException